OPC Studio User's Guide and Reference
AEConditionElement Constructor(String,String[])



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace > AEConditionElement Class > AEConditionElement Constructor : AEConditionElement Constructor(String,String[])

The value of this parameter cannot be null (Nothing in Visual Basic).

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class with given data.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal subconditionNames() As String _
)
'Usage
 
Dim name As String
Dim subconditionNames() As String
 
Dim instance As New AEConditionElement(name, subconditionNames)
public AEConditionElement( 
   string name,
   string[] subconditionNames
)
public:
AEConditionElement( 
   String^ name,
   array<String^>^ subconditionNames
)

Parameters

name

The value of this parameter cannot be null (Nothing in Visual Basic).

subconditionNames

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also